html,body {
	margin : 0px;
	padding : 0px;
	height : 100%;
	font-family : arial, sans-serif;
	font-size : small;
	color : #a6ba63;
}

body {
	background : #333333 url(../images/body-bg.png) repeat-x;
}

#container {
	position : relative;
	margin : 0px auto;
	padding : 0px;
	width : 1000px;
	height : auto !important;
	height : 100%;
	min-height : 100%;
	overflow : hidden;
}

#header {
	margin : 0px;
	padding : 0px;
}

#content {
	position : relative;
	padding : 20px;
	text-align : center;
	width : 1000px;
	box-sizing : border-box;
}

#footer {
	position : relative;
	width : 100%;
	bottom : 0px;
	height : 60px;
	margin-top : -60px;
}

#footer-content {
	width : 1000px;
	height : 60px;
	position : relative;
	margin-left : auto;
	margin-right : auto;
}

#footer #copyright {
	width : 300px;
	float : left;
}

#blazanor-footer {
	position : absolute;
	right : 10px;
	top : 10px;
	text-align : right;
}

#blazanor-footer a img {
	border : 0px;
}

#footer #logos ul {
	padding : 0px 10px 0px 10px;
	margin : 0px;
	height : 60px;
	overflow : hidden;
	width : 360px;
}

#footer #logos li {
	display : block;
	float : left;
	list-style : none;
	padding : 0px;
	margin : 0px;
	height : 60px;
}

#footer #logos #mastercard {
	width : 80px;
	margin-right : 10px;
}

#footer #logos #mastercard a {
	display : block;
	overflow : hidden;
	padding-left : 80px;
	width : 0px;
	height : 50px;
	background : url(../images/mastercard.gif) no-repeat;
	margin : 5px auto 5px auto;
}

#footer #logos #visa {
	width : 100px;
	margin-right : 10px;
}

#footer #logos #visa a {
	display : block;
	overflow : hidden;
	padding-left : 100px;
	width : 0px;
	height : 32px;
	background : url(../images/visa.gif) no-repeat;
	margin : 14px auto 14px auto;
}

#footer #logos #vcs {
	width : 160px;
}

#footer #logos #vcs a {
	display : block;
	overflow : hidden;
	padding-left : 138px;
	width : 0px;
	height : 50px;
	background : url(../images/vcs.jpg) no-repeat;
	margin : 5px auto 5px auto;
}

#menu {
	height : 80px;
	text-align : right;
	font-size : 8pt;
}

#menu ul {
	display : inline-block;
	*zoom : 1;
	*display : inline;
	padding : 0px;
	margin-top : -5px;
}

#menu li {
	float : left;
	list-style : none;
	line-height : 28px;
	height : 54px;
	padding : 0px;
	padding-top : 13px;
	background : transparent url(../images/menu-bg.png) repeat-x;
	color : #a6ba63;
}

#menu li#menu-start {
	width : 30px;
	height : 54px;
	background : transparent url(../images/menu-left.png) no-repeat;
	padding : 0px;
}

#menu li#menu-end {
	width : 30px;
	height : 54px;
	background : transparent url(../images/menu-right.png) no-repeat;
	padding : 0px;
}

#menu a {
	text-decoration : none;
	font-size : 8pt;
}

#messages {
	position : absolute;
	text-align : center;
	top : 160px;
	width : 300px;
	left : 50%;
	margin-left : -150px;
}

#banner {
	width : 1000px;
	height : 150px;
}

#banner-logo {
	width : 290px;
	height : 250px;
	position : absolute;
	z-index : 10;
	background : url(../images/logo.png) no-repeat;
}

#banner-caption {
	margin-left : 280px;
	margin-top : 30px;
	width : 710px;
	height : 120px;
	position : absolute;
	background : url(../images/title.png) no-repeat;
}

#spacer {
	clear : both;
	height : 60px;
}

.spacer {
	clear : both;
}

.system-pane, .system-header-pane {
	display : block;
	border : 0px;
	background-color : #0b0c0c;
	color : #c3c3c3;
	text-align : left;
	overflow-x: auto;
	padding : 20px;
	box-sizing : border-box;
}

.system-pane > *, .system-header-pane > * {
	max-width : 100%;
	box-sizing : border-box;
}

.system-pane > table.DataGrid {
	max-width : none;
}

.welcome {
	color : #333333;
}

.welcome-name {
	color : #ffffff;
}

.button {
	width : 366px;
	height : 62px;
	display : inline-block;
	line-height : 47px;
	font-size : 13pt;
	color : #2f2f2f;
	background : url(../images/button.png) 0px 0px;
	background-position : 0px -15px;
	border : 0px;
}

a.button {
	
}

input.button {
	padding-bottom : 15px;
}

a.button:hover, input.button:hover {
	background-position : 0px -92px;
	color : #ffffff;
}

.big-button {
	width : 631px;
	height : 76px;
	display : inline-block;
	background : url(../images/big_button.png) no-repeat 0px 0px;
	line-height : 52px;
	font-size : 28pt;
	color : #2f2f2f;
	border : 0px;
	background-position : 0px -15px;
}

a.big-button:hover, input.big-button:hover {
	background-position : 0px -106px;
	color : #ffffff;
}

.DatePickerFlag {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 2.5em;
	height: 1.6em;
	line-height: 1.6em;
	margin-right: -2.5em;
	margin-left: 1px;
	padding: 0px;
	background: linear-gradient(to bottom, rgba(238,238,238,1) 0%, rgba(204,204,204,1) 31%, rgba(238,238,238,1) 100%);
	border-radius: 5px 0px 0px 5px;
	border: 1px solid #999999;
	text-align: center;
	cursor: pointer;
}

.big-button .DatePickerFlag {
	font-size: 14pt;
	z-index: 10;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: -2.5em;
}

.big-button input.DateInput, .big-button input.DateTimeInput {
	text-indent: 3em;
}

.big-button input {
	margin: 0px;
}

.panel {
	width : 833px;
	height : 512px;
	display : inline-block;
	background : url(../images/panel.png) no-repeat;
	background-size : 100% 100%;
	font-size : 35pt;
	color : #2f2f2f;
	text-align : left;
	padding : 10px 30px 10px 30px;
}

.red {
	color : #ff0000;
}

.notes p {
	color : #ff0000;
}

a, .system-pane a {
	color : #a6ba63;
	text-decoration : none;
	cursor : pointer;
}

a:hover {
	color : #be6425;
}

h1 {
	font-size : 35px;
	color : #a6ba63;
	line-height : 30px;
	font-weight : normal;
	text-shadow : #333333 5px 5px 5px;
}

h2 {
	font-size : 25px;
	color : #be6425;
	line-height : 25px;
	font-weight : normal;
	text-shadow : #333333 5px 5px 5px;
}

.system-pane h1, .system-header-pane h1 {
	color : #a6ba63;
	border-bottom : 1px solid #be6425;
	text-shadow : none;
	text-align : left;
	font-weight : bold;
}

.left {
	text-align : left;
}

.right {
	text-align : right;
}

.center {
	text-align : center;
}

.content-table {
	border-collapse : collapse;
	color : #ffffff;
	margin-left : auto;
	margin-right : auto;
}

.content-table th {
	background-color : #666666;
	color : #ffffff;
	font-weight : normal;
	border : 1px solid #ffffff;
}

.content-table td {
	border : 1px solid #555555;
	background-color : #0b0c0c;
}

.logo-watermark {
	background : url(../images/logo-watermark.png) no-repeat 50% 50%;
}

.tooltip {
	position : absolute;
}

.tooltip table {
	border : 0px;
	background-color : #ffffff;
}

.tooltip table td {
	white-space : nowrap;
	border : 0px;
	color : #000000;
	background-color : #ffffff;
	font-size : 8pt;
}

/** Document Management **/

#document-management {
	
}

.sig-status label {
	width : 80px;
	display : inline-block;
}

.sig-status .tooltip {
	display : none;
}

.sig-status:hover .tooltip {
	display : inline;
}

#basic-management-details {
	width : 960px;
}

#document-management #management-details {
	width : 750px;
	margin-left : 0px;
	margin-right : 0px;
	float : right;
}

#document-management h1, #document-management .notes, #document-management #buttons {
	padding-left : 200px;
}

#document-folders {
	float : left;
	width : 200px;
}

#document-folders .content-table {
	margin-left : 0px;
	margin-right : 0px;
	width : 200px;
}

#document-folders ul {
	padding : 0px;
}

#document-folders li {
	list-style : none;
	padding : 0px;
	padding-left : 10px;
	margin : 0px;
	position : relative;
}

#document-folders li.active {
	font-weight : bold;
	background-color : #666666;
}

#document-folders hr {
	border : 0px;
	border-top : 1px dashed;
}

#document-folders .action-panel {
	position : absolute;
	z-index : 10;
	top : 0px;
	width : 10px;
	height : 0px;
	right : 0px;
	padding : 0px;
	padding-top : 10px;
	background : #666666 url(../images/white-arrow-down.png) no-repeat;
	font-weight : normal;
	overflow : hidden;
}

#document-folders .action-panel:hover {
	padding : 5px;
	padding-top : 15px;
	right : -50px;
	border : 1px solid #666666;
	background : #000000 url(../images/white-arrow-down.png) no-repeat;
	width : 60px;
	height : 65px;
}

#document-folders .action-panel a {
	display : block;
}

/** Document Form **/

#document-form .big-button {
	text-align : left;
}

#document-form label {
	padding-left : 30px;
	display : inline-block;
	width : 330px;
}

.big-button input, .big-button select {
	font-size : 14pt;
	border : 1px solid #000000;
	color : #666666;
	width : 220px;
	height : 1.6em;
	position : relative;
	background-color : #ffffff;
	vertical-align: middle;
}

#document-form .big-button select {
	height : 1.6em;
}

#document-form #name label {
	width : 160px;
}

#document-form #name input {
	width : 380px;
}

#document-form .file-label {
	width : 250px;
}

#workframe {
	width : 773px;
	height : 415px;
	background-color : #ffffff;
}

#document-form #document_container, #document-form #saving {
	font-size : 28pt;
	color : #626262;
}

#document-form #document_file, #document-signatories #document_file {
	width : 245px;
	padding-left : 5px;
}

/** Document View **/

#document-view .detail {
	text-align : center;
}

#document-view .detail div {
	text-align : left;
	width : 200px;
	display : inline-block;
}

#document-view label {
	padding-left : 10px;
	display : inline-block;
	width : 110px;
}

#document-view .panel #workframe {
	width : 773px;
	height : 415px;
	background-color : #ffffff;
}

#document-view #buttons {
	margin-top : 20px;
}

/** Signatories **/

#document-signatories {
	text-align : center;
}

#document-signatories .content-table {
	width : 800px;
	margin : 20px auto 30px auto;
}

/** Select Reviewer / Publisher **/

#select-reviewer ul, #select-publisher ul {
	background-color : #0b0c0c;
	display : block;
	width : 300px;
	margin : 20px auto 20px auto;
	padding : 5px;
	text-align : left;
	height : 200px;
	overflow-y : auto;
}

#select-reviewer li, #select-publisher li {
	list-style : none;
	position : relative;
	top : -2px;
}

#select-reviewer li label, #select-publisher li label {
	position : relative;
	top : -2px;
}

/** Documents Awaiting Approval **/

#document-review #approval-list, #document-publish #publish-list {
	width : 800px;
	margin-bottom : 20px;
}

/** To Sign **/
#to_sign #terms {
	width : 800px;
	height : 500px;
	overflow-y : scroll;
	background-color : #ffffff;
	margin-left : auto;
	margin-right : auto;
	color : #000000;
	padding : 10px;
	text-align : left;
}

#to_sign #terms h2 {
	font-size : 14pt;
	text-shadow : none;
}

#signatories-table {
	width : 800px;
}

#signatories-table td {
	height: 30px;
	line-height: 30px;
}

#signatories-table .snap-thumb {
	float: left;
	margin-right: 10px;
}

#to_sign #buttons {
	margin-top : 20px;
}

/** Signature Form **/

#signature-form label {
	display : inline-block;
	*zoom : 1;
	*display : inline;
	width : 200px;
	text-align : left;
}

#signature-form #buttons {
	margin-top : 20px;
}

#signature-form .data-row input {
	height : 20px;
	width : 200px;
	border : 1px solid #000000;
}

#signature-form .data-row {
	height : 25px;
}

/** Reject **/

#document-reject #reason {
	width : 400px;
	height : 200px;
}

#document-reject ul {
	background-color : #0b0c0c;
	display : block;
	width : 300px;
	margin : 20px auto 20px auto;
	padding : 5px;
	text-align : left;
	height : 200px;
	overflow-y : auto;
}

#document-reject li {
	list-style : none;
	position : relative;
	top : -2px;
}

/** Decline **/

#signature-decline #reason {
	width : 400px;
	height : 200px;
	margin-bottom : 20px;
}

/** Verify **/

#document-verify .big-button {
	text-align : left;
}

#document-verify label {
	padding-left : 30px;
	display : inline-block;
	width : 300px;
}

#document-verify .big-button input {
	font-size : 20pt;
	border : 1px solid #000000;
	color : #666666;
	width : 250px;
	height : 30px;
	position : relative;
	top : -8px;
	background-color : #ffffff;
}

/** Home Page **/

#home-page {
	width : 1000px;
	position : relative;
}

#home-page .round-button span {
	display : block;
	padding-left : 145px;
	overflow : hidden;
	width : 0px;
	height : 40px;
	position : absolute;
	background : url(../images/learn-more.png) no-repeat;
	top : 150px;
	left : 20px;
}

#home-page #free {
	position : relative;
	left : 130px;
	height : 190px;
	width : 840px;
}

#home-page #free-button {
	position : relative;
	display : block;
	width : 190px;
	height : 190px;
	background : url(../images/green-circle-button.png) no-repeat;
	float : left;
}

#home-page #free-button label {
	display : block;
	padding-left : 150px;
	overflow : hidden;
	width : 0px;
	height : 150px;
	margin : 20px;
	cursor : pointer;
	background : url(../images/free-button-icon.png) no-repeat;
}

#home-page #free-button:hover {
	background-position : 0px -190px;
}

#home-page #free-text {
	position : relative;
	float : right;
	width : 640px;
	height : 180px;
	background : url(../images/free-text.png) no-repeat;
}

#home-page #free-text a {
	position : absolute;
	left : 305px;
	top : 130px;
	padding-left : 150px;
	overflow : hidden;
	width : 0px;
	height : 35px;
}

#home-page #business {
	position : relative;
	left : 100px;
	height : 240px;
	width : 820px;
}

#home-page #business-button {
	position : relative;
	display : block;
	width : 190px;
	height : 190px;
	background : url(../images/orange-circle-button.png) no-repeat;
	float : right;
}

#home-page #business-button label {
	display : block;
	padding-left : 150px;
	overflow : hidden;
	width : 0px;
	height : 150px;
	margin : 20px;
	cursor : pointer;
	background : url(../images/business-button-icon.png) no-repeat;
}

#home-page #business-button:hover {
	background-position : 0px -190px;
}

#home-page #business-text {
	position : relative;
	float : left;
	width : 620px;
	height : 220px;
	background : url(../images/business-text.png) no-repeat;
}

#home-page #business-text a {
	position : absolute;
	left : 405px;
	top : 150px;
	padding-left : 150px;
	overflow : hidden;
	width : 0px;
	height : 35px;
}

#home-page #premium {
	position : relative;
	height : 190px;
	width : 920px;
	left : 50px;
}

#home-page #premium-button {
	position : relative;
	display : block;
	width : 190px;
	height : 190px;
	background : url(../images/platinum-circle-button.png) no-repeat;
	float : left;
}

#home-page #premium-button label {
	display : block;
	padding-left : 150px;
	overflow : hidden;
	width : 0px;
	height : 150px;
	margin : 20px;
	cursor : pointer;
	background : url(../images/premium-button-icon.png) no-repeat;
}

#home-page #premium-button:hover {
	background-position : 0px -190px;
}

#home-page #premium-text {
	position : relative;
	float : right;
	width : 730px;
	height : 150px;
	margin-top : 30px;
	background : url(../images/premium-text.png) no-repeat;
}

#home-page #premium-text a {
	position : absolute;
	left : 315px;
	top : 110px;
	padding-left : 130px;
	overflow : hidden;
	width : 0px;
	height : 35px;
}

.add-link {
	display: inline-block;
	width: 9px;
	height: 9px;
	background: url(/images/plus.png) no-repeat;
	overflow: hidden;
	text-indent: 10px;
	margin: 1px;
}

.print-link {
	display: inline-block;
	width: 9px;
	height: 9px;
	background: url(/images/printer.png) no-repeat;
	overflow: hidden;
	text-indent: 10px;
	margin: 1px;
}

.import-link {
	display: inline-block;
	width: 9px;
	height: 9px;
	background: url(/images/import.png) no-repeat;
	overflow: hidden;
	text-indent: 10px;
	margin: 1px;
}

.export-link {
	display: inline-block;
	width: 9px;
	height: 9px;
	background: url(/images/export.png) no-repeat;
	overflow: hidden;
	text-indent: 10px;
	margin: 1px;
}

.DescriptorTable {
	width: 100%;
}

/** Artilces **/

#content .Article {
	text-align : left;
	font-size : 12pt;
}

#free-detail {
	margin-top : 20px;
}

#free-detail .badge {
	width : 170px;
	height : 170px;
	background : url(../images/green-badge.png);
	float : left;
}

#business-detail {
	margin-top : 20px;
}

#business-detail .badge {
	width : 170px;
	height : 170px;
	background : url(../images/orange-badge.png);
	float : left;
}

#premium-detail {
	margin-top : 20px;
}

#premium-detail .badge {
	width : 170px;
	height : 170px;
	background : url(../images/platinum-badge.png);
	float : left;
}

/** Admin List **/

#document-details {
	width : 960px;
}

#admin-list #search-bar {
	float : left;
}

/** Folder View **/

#folder-view {
	width : 960px;
}

#folder-view .folder {
	display : block;
	width : 150px;
	height : 200px;
	float : left;
	overflow : hidden;
}

#folder-view .main-folder-icon {
	width : 150px;
	height : 150px;
	background : url(../images/main-folder.png);
}

#folder-view .folder-icon {
	width : 150px;
	height : 150px;
	background : url(../images/folder.png);
}

#folder-view .main-folder-name {
	position : relative;
}

#folder-view .main-folder-name label {
	display: inline-block;
	width: 120px;
	height: 20px;
	overflow: hidden;
	background: url(../images/my-documents.png) no-repeat;
	background-position: left -10px;
	cursor: pointer;
	line-height: 20px;
	text-align: left;
	text-indent: 150px;
}

#folder-view .main-folder-name span {
	display: inline-block;
	line-height: 20px;
	height: 20px;
	position: absolute;
	top: -2px;
	right: 0px;
}

#my-documents a:hover .main-folder-name label {
	background-position: left -48px;
}

#folder-view .main-folder-name {
	position : relative;
}

/* -------------------------- */

#RegistrationForm.system-pane {
	width : 393px;
	height : 239px;
	padding : 0px;
	float : right;
	margin-top : -50px;
	background-color : transparent;
	margin-right : 50px;
}

#RegistrationForm .form-content {
	width : 388px;
	height : 230px;
	padding : 20px;
	padding-left : 25px;
	background : url(../images/registration-panel.png) no-repeat;
	color : #000000;
	margin-top : -16px;
	margin-left : -16px;
}

#RegistrationForm.system-pane h1 {
	color : #000000;
	border : 0px;
	margin-bottom : 0px;
}

#free-detail .content {
	float : left;
	width : 960px;
}

#business-detail .content {
	float : left;
	width : 960px;
}

#premium-detail .content {
	float : left;
	width : 800px;
	color : #ffffff;
}

#premium-detail h1 {
	color : #ffffff;
}

/** Business Account Manage **/
#business-manage-table {
	width : 100%;
}

/** Business Account Detail **/
#business-detail #company-info {
	text-align : left;
	margin-bottom : 20px;
}

#business-detail #company-info label {
	font-weight : bold;
	color : #ffffff;
}

#business-detail #business-detail-table {
	width : 100%;
}

/** Business Invoices **/
#business-invoice-table {
	width : 100%;
}

/** My Invoices **/
#my-invoices #authenticate label {
	display : inline-block;
	width : 100px;
}

/** Mail Error **/
.email-detail {
	text-align : left;
	background-color : #ffffff;
	color : #000000;
	padding : 10px;
	margin-top : 10px;
}

.email-detail h2 {
	color : #000000;
	text-shadow : none;
}
